home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
hearts
/
leafpol9.bas
next >
Wrap
BASIC Source File
|
1999-04-16
|
792b
|
31 lines
Attribute VB_Name = "LEAF_POL"
Global mousex
Global mousey
Global px(36) As Single 'x,y of stem Pole(End)
Global py(36) As Single
Global sx(36) As Single 'x,y of Stem Start
Global sy(36) As Single
Global wx(144) As Single 'Wreath X,Y
Global wy(144) As Single
Global col As Integer 'Colour
Global stx, sty, X, Y, a As Integer
Global f1x, f1y, f2x, f2y As Integer
Global c, d As Integer
Global pi As Double
Global Interval As Double 'For Timeout
Global w As Integer 'width
Global h As Integer 'height
Sub main()
With LeafPol8
.Top = 0
.Left = 0
.Width = 9600
.Height = 6800
End With
LeafPol8.Scale (-320, 240)-(320, -240)
LeafPol8.Show
LeafPol8.begin
End Sub